-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cov #22811
Cov #22811
Conversation
Thanks for contributing to Ivy! 😊👏 |
hii , i have try my best to implement this function by reding all the docs and source code from paddle and other framework. but i stuck in a error and now getting any way to come out from this can you please help me to solve this error. even i have implemented this cov method to paddle linalg frontend. there my all the cases are passing. i don't why not here they are passing. thank you |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Compliance Checks
Thank you for your Pull Request! We have run several checks on this pull request in order to make sure it's suitable for merging into this project. The results are listed in the following section.
Conventional Commit PR Title
In order to be considered for merging, the pull request title must match the specification in conventional commits. You can edit the title in order for this check to pass.
Most often, our PR titles are something like one of these:
- docs: correct typo in README
- feat: implement dark mode"
- fix: correct remove button behavior
Linting Errors
- Found type "null", must be one of "feat","fix","docs","style","refactor","perf","test","build","ci","chore","revert"
- No subject found
Thank you for this PR, here is the CI results: This pull request does not result in any additional test failures. Congratulations! |
Hello @samthakur587, please resolve the merge conflicts and let me know, I'll review your PR. |
Hi @samthakur587, |
Hii! @Sarvesh-Kesharwani Thinks for Review i made the changes. actually there is small mistake in composite decoretor i fixed this and now it's passing all the test cases. please let me know is there any other changes required. otherwise it's ready to merge 🚀 Thanks |
added the cov method to paddle frontend Tensor.
In this PR I have added the cov method to paddle frontend. which is use to calculate the covariance matrix.
Close #22490
Checklist